home *** CD-ROM | disk | FTP | other *** search
/ Office 97 One Step at a Time / Office 97 One Step at a Time.iso / exercise / ex23-1.mdb / Music Collection.json
Encoding:
JavaScript Object Notation  |  1997-09-18  |  1.6 KB

  1. {
  2.     "schema": {
  3.         "RecordingArtistID": "Text (50)",
  4.         "Good Condition?": "Boolean NOT NULL",
  5.         "RecordingTitle": "Text (50)",
  6.         "MusicCategoryID": "Text (50)",
  7.         "Format": "Text (50)"
  8.     },
  9.     "data": [
  10.         {
  11.             "RecordingArtistID": "Billy Joel",
  12.             "Good Condition?": 1,
  13.             "RecordingTitle": "Field of Dreams",
  14.             "MusicCategoryID": "Rock",
  15.             "Format": "CD"
  16.         },
  17.         {
  18.             "RecordingArtistID": "NY Symphony",
  19.             "Good Condition?": 1,
  20.             "RecordingTitle": "Beethovens 9th Symphony",
  21.             "MusicCategoryID": "Classical",
  22.             "Format": "Tape"
  23.         },
  24.         {
  25.             "RecordingArtistID": "Boston Philharmonic",
  26.             "Good Condition?": 1,
  27.             "RecordingTitle": "The Broadway Album",
  28.             "MusicCategoryID": "Pop",
  29.             "Format": "CD"
  30.         },
  31.         {
  32.             "RecordingArtistID": "Boston Pops",
  33.             "Good Condition?": 1,
  34.             "RecordingTitle": "1812 Overture",
  35.             "MusicCategoryID": "Classical",
  36.             "Format": "CD"
  37.         },
  38.         {
  39.             "RecordingArtistID": "Carly Simon",
  40.             "Good Condition?": 0,
  41.             "RecordingTitle": "Torch Song",
  42.             "MusicCategoryID": "Pop",
  43.             "Format": "Tape"
  44.         },
  45.         {
  46.             "RecordingArtistID": "Ferron",
  47.             "Good Condition?": 0,
  48.             "RecordingTitle": "Phantom Center",
  49.             "MusicCategoryID": "Folk",
  50.             "Format": "CD"
  51.         },
  52.         {
  53.             "RecordingArtistID": "Indigo Girls",
  54.             "Good Condition?": 1,
  55.             "RecordingTitle": "Rites of Passage",
  56.             "MusicCategoryID": "Rock",
  57.             "Format": "CD"
  58.         },
  59.         {
  60.             "RecordingArtistID": "Bily Joel",
  61.             "Good Condition?": 1,
  62.             "RecordingTitle": "Turnstiles",
  63.             "MusicCategoryID": "Rock",
  64.             "Format": "CD"
  65.         },
  66.         {
  67.             "RecordingArtistID": "Barbra Streisand",
  68.             "Good Condition?": 1,
  69.             "RecordingTitle": "Color Me Barbara",
  70.             "MusicCategoryID": "Pop",
  71.             "Format": "Tape"
  72.         },
  73.         {
  74.             "RecordingArtistID": "Vienna Boys Choir",
  75.             "Good Condition?": 1,
  76.             "RecordingTitle": "Christmas Album",
  77.             "MusicCategoryID": "Classical",
  78.             "Format": "Tape"
  79.         },
  80.         {
  81.             "RecordingArtistID": "Ricky Lee Jones",
  82.             "Good Condition?": 1,
  83.             "RecordingTitle": "Pop Pop",
  84.             "MusicCategoryID": "Rock",
  85.             "Format": "Tape"
  86.         }
  87.     ]
  88. }